go/types.TypeParam.is (method)

11 uses

	go/types (current package)
		builtins.go#L832: 		if !tp.is(func(t *term) bool {
		conversions.go#L224: 		return Vp.is(func(V *term) bool {
		conversions.go#L229: 			return Tp.is(func(T *term) bool {
		conversions.go#L242: 		return Vp.is(func(V *term) bool {
		conversions.go#L254: 		return Tp.is(func(T *term) bool {
		infer.go#L668: 	tpar.is(func(t *term) bool {
		operand.go#L257: 			return Tp.is(func(t *term) bool {
		operand.go#L332: 		Tp.is(func(T *term) bool {
		operand.go#L353: 		Vp.is(func(V *term) bool {
		predicates.go#L53: 		return tpar.is(func(t *term) bool { return t != nil && isBasic(t.typ, info) })
		typeparam.go#L149: func (t *TypeParam) is(f func(*term) bool) bool {